home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 3 / Amiga Tools 3.iso / programming / triton / demo next >
Text File  |  1995-08-25  |  234b  |  12 lines

  1. ; CD into the library directory
  2. cd libs37/
  3.  
  4. ; Eventually expunge old triton.library versions from memory
  5. avail flush <NIL: >NIL:
  6.  
  7. ; Run the Triton demo
  8. /demos/demo
  9.  
  10. ; For the case that this has been startet from a shell, CD back
  11. cd /
  12.